PPageMargins(long xInside, long yTop, long xOutside, long yBottom,
PMBool bHiddenLayers);
Layout view only. Use this command only in layout view.long xInside;Inside margin (or left margin for single-sided publications) in twipslong yTop;Top margin in twipslong xOutside;Outside margin (or right margin for single-sided publications) in twipslong yBottom;Bottom margin in twipsPMBool bHiddenLayers;true include TOC items from hidden layers
false do not include items from hidden layers.
Example. The following example:
PNew(5);
PPageSize(twips("8.5i"), twips("11i"));
PPageOptions(1, 1);
PPageMargins(twips("1i"), twips(".5i"), twips(".75i"),
twips(".5i"), false);
PPageNumbers(1, -2, true, arabic, "I-");
The PGetPageMargins query
Adobe PageMaker 6.5 Help > Commands > File > Document Setup
Copyright © 1996, Adobe Systems Incorporated. All rights reserved.Comments or suggestions? Contact Adobe Developer Support